Import utf8proc_2.10.0.orig.tar.gz
authorMatthias Geiger <werdahias@debian.org>
Tue, 2 Sep 2025 17:59:20 +0000 (19:59 +0200)
committerMatthias Geiger <werdahias@debian.org>
Tue, 2 Sep 2025 17:59:20 +0000 (19:59 +0200)
commit8d8508fd9c975c49468274ec4d78315b810620b0
treeb5b227d68996d6e0cdafd9bf4bdb53cf5f05f339
Import utf8proc_2.10.0.orig.tar.gz

[dgit import orig utf8proc_2.10.0.orig.tar.gz]
45 files changed:
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/ci-fuzz.yml [new file with mode: 0644]
.github/workflows/cmake.yml [new file with mode: 0644]
.github/workflows/make.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
README.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
bench/Makefile [new file with mode: 0644]
bench/bench.c [new file with mode: 0644]
bench/icu.c [new file with mode: 0644]
bench/unistring.c [new file with mode: 0644]
bench/util.c [new file with mode: 0644]
bench/util.h [new file with mode: 0644]
data/Makefile [new file with mode: 0644]
data/Manifest.toml [new file with mode: 0644]
data/Project.toml [new file with mode: 0644]
data/data_generator.jl [new file with mode: 0644]
libutf8proc.pc.cmakein [new file with mode: 0644]
libutf8proc.pc.in [new file with mode: 0644]
lump.md [new file with mode: 0644]
test/case.c [new file with mode: 0644]
test/charwidth.c [new file with mode: 0644]
test/custom.c [new file with mode: 0644]
test/fuzz_main.c [new file with mode: 0644]
test/fuzzer.c [new file with mode: 0644]
test/graphemetest.c [new file with mode: 0644]
test/iscase.c [new file with mode: 0644]
test/iterate.c [new file with mode: 0644]
test/misc.c [new file with mode: 0644]
test/normtest.c [new file with mode: 0644]
test/ossfuzz.sh [new file with mode: 0755]
test/printproperty.c [new file with mode: 0644]
test/tests.c [new file with mode: 0644]
test/tests.h [new file with mode: 0644]
test/valid.c [new file with mode: 0644]
utf8proc.c [new file with mode: 0644]
utf8proc.h [new file with mode: 0644]
utf8proc_data.c [new file with mode: 0644]
utils.cmake [new file with mode: 0644]